projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c15d229
)
(mail-mailer-swallows-blank-line): Don't die
author
Richard M. Stallman
<rms@gnu.org>
Mon, 23 May 1994 04:53:44 +0000
(
04:53
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 23 May 1994 04:53:44 +0000
(
04:53
+0000)
if /etc/sendmail.cf does not exist.
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index 16d05bef4cb8187d22ff5ea06d55200741d73d32..422a42d2bf8e13729db9132cba68f19268085750 100644
(file)
--- a/
lisp/mail/sendmail.el
+++ b/
lisp/mail/sendmail.el
@@
-130,6
+130,7
@@
so you can edit or delete these lines.")
;; options -t, and -v if not interactive.
(defvar mail-mailer-swallows-blank-line
(if (and (string-match "sparc-sun-sunos\\(\\'\\|[^5]\\)" system-configuration)
+ (file-exists-p "/etc/sendmail.cf")
(let ((buffer (get-buffer-create " *temp*")))
(unwind-protect
(save-excursion